home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / SunScreen / _install / show% < prev    next >
Text File  |  1996-02-07  |  857b  |  37 lines

  1.  #! /bin/sh
  2.  #
  3.  #    Installation shell script for Catalyst CDware
  4.  #
  5.  #     Usage: install_unbundled -m<mountpoint> -p<productpath>
  6.  #
  7.  #    Created:     June 12, 1991
  8.  #    Last Revised:     May 23, 1994
  9.  #
  10.  #    Use this installation script to install your product from Catalyst CDware
  11.  #
  12.  #
  13.  #    For technical support, please call.
  14.  #        +1 415 336.3742 (CDware SPARC) or +1 415 336.3941 (CDware x86)
  15.  #
  16.  #    get command line parameters
  17.  #
  18. echo ' '
  19.  #if [ $CDWARE_ENV != "Solaris_2" ]; then
  20.  #    echo 'Starting XXX for Solaris 2.4'
  21.  #    run product for Solaris 2
  22.  #else
  23.  #    if [ $CDWARE_ENV != "Solaris_1" ]; then
  24.  #        run product for SunOs4
  25.  #    else
  26.  #        if [ $CDWARE_ENV != "Solaris_x86" ]; then
  27.  #            run product for Solaris x86
  28.  #        else
  29.  #            echo "This product doesn't run on this platform";
  30.  #        fi
  31.  #    fi
  32.  #fi
  33. echo ' '
  34. echo 'Press <Return> to close the window... '
  35. read answer
  36. exit 0;
  37.